home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0643B.ZIP / README < prev    next >
Text File  |  1987-03-25  |  2KB  |  40 lines

  1.      PROGRAM NAME:  Newhead.COM
  2.      
  3.      DESCRIPTION:  Repairs dBASE III database file headers and damaged
  4.      records.
  5.      
  6.      FUNCTION:  Copies a good dBASE III file header over a damaged
  7.      one.
  8.      
  9.      SOFTWARE VERSIONS:  dBASE III, versions 1.0, 1.1
  10.                          dBASE III Developer's Release
  11.                          dBASE III PLUS
  12.      
  13.      FILES NEEDED:  Newhead.COM
  14.                     Damaged dBASE III .DBF file (preferably a copy)
  15.                     Empty dBASE III .DBF file whose structure
  16.                       matches the damaged one
  17.      
  18.      
  19.      
  20.      
  21.      
  22.      
  23.      SETUP INSTRUCTIONS:  In dBASE III, CREATE an empty database file
  24.      whose structure EXACTLY matches the damaged one, then QUIT.  COPY
  25.      Newhead.COM into the dBASE III directory of your hard disk. 
  26.      Floppy disk users, COPY it to the disk with the damaged .DBF if
  27.      there is room; if not, put Newhead.COM in drive A: and the .DBF
  28.      disk in drive B:.  Type:
  29.      
  30.             NEWHEAD <ENTER>           (at the DOS prompt)
  31.      
  32.      Enter the name of the damaged file, the one with the good header,
  33.      and the record count in the damaged one.  Guess high on the 
  34.      record count if you are uncertain.  After the program is done, 
  35.      start dBASE, USE the file, then COPY it TO another; be sure there
  36.  
  37.      is enough room for a copy.  USE the copy.  LIST STRUCTURE, LIST, 
  38.      EDIT, and APPEND to determine that damage is cleared.  Rerun 
  39.      Newhead.COM if necessary.
  40.